runtime.spanInlineMarkBits.marks (field)
10 uses
runtime (current package)
mgcmark_greenteagc.go#L69: marks [63]uint8 // mark bits.
mgcmark_greenteagc.go#L202: imbMarks := (*gc.ObjMask)(unsafe.Pointer(&imb.marks))
mgcmark_greenteagc.go#L205: if i/goarch.PtrSize == uintptr(len(imb.marks)+1)/goarch.PtrSize-1 {
mgcmark_greenteagc.go#L210: if doubleCheckGreenTea && !s.spanclass.noscan() && imb.marks != imb.scans {
mgcmark_greenteagc.go#L230: bits.bytep = &s.inlineMarkBits().marks[objIndex/8]
mgcmark_greenteagc.go#L241: return markBits{&s.inlineMarkBits().marks[0], uint8(1), 0}
mgcmark_greenteagc.go#L287: if atomic.Load8(&q.marks[idx])&mask != 0 {
mgcmark_greenteagc.go#L290: atomic.Or8(&q.marks[idx], mask)
mgcmark_greenteagc.go#L948: imbMarks := (*gc.ObjMask)(unsafe.Pointer(&imb.marks))
mgcmark_greenteagc.go#L959: if i/goarch.PtrSize == uintptr(len(imb.marks)+1)/goarch.PtrSize-1 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |